home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _1B6F60AD54FD44F1B27053296C2C20DB < prev    next >
Encoding:
Text File  |  2004-01-06  |  330 b   |  18 lines

  1. --#Script:LoadScript("scripts/materials/mat_nodraw.lua")
  2. --
  3. -- A simple script that allows us to shoot through a mat
  4. -- without producing sounds or decals
  5.  
  6. Materials["mat_nodraw"] = {
  7.  
  8.             gameplay_physic = {
  9.                     piercing_resistence = nil,
  10.                     friction = 0,
  11.                     },
  12.  
  13.  
  14.             AI = {
  15.                 fImpactRadius = 5,
  16.             },
  17.  
  18.             }